Null-terminated string
CHARACTER STRING TERMINATED BY THE NULL BYTE (0X00); USED IN E.G. THE C PROGRAMMING LANGUAGE
ASCIIZ; Strcpy s; ASCIZ; Strerr; Strcpy(); CString; Null terminated strings; Strncmp(); User:Asmita yendralwar/Strcspn; Strcat s; Null terminated string; Nul terminated string; Nul-terminated string; NUL-terminated string; NUL terminated string; Zero-terminated string; Zero terminated string; 0-terminated string; O-terminated string
In computer programming, a null-terminated string is a character string stored as an array containing the characters and terminated with a null character (a character with a value of zero, called NUL in this article). Alternative names are C string, which refers to the C programming language and ASCIIZ (although C can use encodings other than ASCII).